Operator: GELU-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = GELU(z)
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Fuse ops to reduce memory bandwidth and kernel overhead; target ≥1.30x speedup.
